Skip to main content

DataSource FILE

The File DataSource oversees file and folder management within a locally mounted file system, offering the following key features:

  1. Support for essential file operations: create directories, read, write, copy, move, rename, delete, and list files.
  2. Capability to lock files for exclusive access.
  3. Functionality for file matching.
  4. A design that aligns consistently with the FTP DataSource and SFTP DataSource.

Engaging in Practical Implementation

Open new Project in QuickIntegration Platform, and then follow these steps to get your flow working

  1. Click On the Connection Properties
  2. Select the DataSource Type from drop down
  3. Provide the Credentials
  4. Click on Submit to save the Credentials
  5. On the left side of the palette, you'll find the Configured Properties ready to be utilized within your API.
FILE configuration
FieldsDescriptionExample
DataSource NameDatasource Name which is configured in connections propertiesfileds
DataSource TypeFILEFILE
EnvironmentProvides a production environment where you can deploy applications and APIs publiclydev
Connection TimeoutTime period allowed for establishing a connection to the server60000 (ms)
Read TimeoutTime period allowed for receiving a response from the server after the request is sent60000 (ms)
Bucket NameUnique identifier for a storage container in Amazon S3<bucket-name>
RegionGeographical location where Amazon S3 resources are hosted<region>
Access KeyIdentifier used to authenticate requests to Amazon S3<access-key>
Secret KeyConfidential credential used in conjunction with the access key to sign requests to Amazon S3<secret-key>